home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / catch_flies.swf / scripts / DefineButton2_56 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  108 b   |  8 lines

  1. on(release){
  2.    tellTarget("_root.outoftime")
  3.    {
  4.       gotoAndStop("submit");
  5.       play();
  6.    }
  7. }
  8.